Skip to main content

array dimension

Type

glossary

Description

The dimension of an array is the number of items in a single element's key. For example, a two-dimensional array has keys that look like this: myArr[4,2]

An array can be displayed as a grid with the same dimension. For example, a one-dimensional array can be displayed as a simple list, and a two-dimensional array can be displayed as a set of rows and columns.

glossary: array

Thank you for your feedback!

Was this page helpful?